You are here: COM Interface > Interfaces > IIndexJob Interface > IIndexJob::StatusCurrentFilePercentDone Property
IIndexJob::StatusCurrentFilePercentDone Property
Close
dtSearch Text Retrieval Engine Programmer's Reference
IIndexJob::StatusCurrentFilePercentDone Property
Syntax
IDL
__property long * StatusCurrentFilePercentDone;

Percentage of the current file that has been indexed

While indexing is in process, the Status* properties provide easy access to information about the progress of the indexing job. When the indexing job was started with ExecuteInThread, the Status values will be updated each time IsThreadDone is called. These are only available when ExecuteInThread is called.